Skip to content

Fix replay#1194

Merged
JackWilb merged 1 commit into
devfrom
jk/fixReplay
Apr 10, 2026
Merged

Fix replay#1194
JackWilb merged 1 commit into
devfrom
jk/fixReplay

Conversation

@jaykim1213
Copy link
Copy Markdown
Contributor

@jaykim1213 jaykim1213 commented Apr 9, 2026

Does this PR close any open issues?

Closes #1180

Give a longer description of what this PR addresses and why it's needed

Fix replay crash bug
Added filtering out answers with missing identifier or componentName

Are there any additional TODOs before this PR is ready to go?

TODOs:

@jaykim1213 jaykim1213 requested a review from Copilot April 9, 2026 09:56
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 9, 2026

🪓 PR closed, deleted preview.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Fixes a replay-mode crash (Issue #1180) by ensuring the “Task” dropdown only receives valid { label, value } entries derived from participant answers.

Changes:

  • Filter orderedAnswers to exclude entries missing identifier or componentName before mapping them into Mantine <Select /> options.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@jaykim1213 jaykim1213 marked this pull request as ready for review April 9, 2026 09:59
@jaykim1213 jaykim1213 linked an issue Apr 9, 2026 that may be closed by this pull request
@jaykim1213 jaykim1213 requested a review from JackWilb April 9, 2026 15:38
@JackWilb JackWilb merged commit 53c4adf into dev Apr 10, 2026
11 checks passed
@JackWilb JackWilb deleted the jk/fixReplay branch April 10, 2026 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix crash in replay

3 participants